/* ----------------------------- */

/* ---------- GENERAL ---------- */



/* browser reset */

html, body, div, span, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, code,

del, dfn, em, img, q, dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

	margin: 0;

	padding: 0;

	border: 0;

	font-weight: inherit;

	font-style: inherit;

	font-size: 100%;

	font-family: inherit;

	vertical-align: baseline;

}



/* typography */

/* Default font settings. The font-size percentage is of 16px. (0.75 * 16px = 12px) */



body {

	font-size: 75%;

	color: #222;

	background: #FFF;

	min-width: 950px;

	font-family: Arial, Helvetica, sans-serif;

	line-height: 1.5;

}



h1,h2,h3,h4,h5,h6 {

	font-weight: bold;

	color: #111;

	margin: .3em 0 .3em;

}



h1 { font-size: 2em; line-height: 1; }

h2 { font-size: 1.8em; }

h3 { font-size: 1.5em; }

h4 { font-size: 1.4em; }

h5 { font-size: 1.2em; }

h6 { font-size: 1em; }



a {

	color: #05a8e5;

	text-decoration: none;

	outline: none;

}



a:hover {

	text-decoration: underline;

	color: #000;

}



a img {

	border: none;

}



table {

	border-collapse: collapse;

	border-spacing: 0;

	width: 100%;

	margin-bottom: 1.4em;

	border-bottom: 4px solid #aac9fe;

}



caption, th, td {

	text-align: left;

	font-weight: normal;

	padding: 4px 10px 4px 5px; 

}



table, td, th {

	vertical-align: middle;

}



thead th {

	background: #b9d4fe;

	border-bottom: 1px solid #fff;

	border-top: 4px solid #aac9fe;

	color: #004189;

	padding: 8px;

	font-weight: bold;

}



tbody td {

	background: #e9f1ff;

	border-bottom: 1px solid #fff;

	border-top: 1px solid transparent;

	color: #565f89;

	padding: 8px;

}



tr.even td {

	background: #eff5ff;

}



tr:hover td {

	color: #334799;

}

td:hover
{
	background: #d0e3fd;
	color: #334799;
}



td.region {

	background: #b9d7fe; 

	border-top: 5px solid #fff;

}



tr.region-message td {

	background: #eee;

}



.clearfix:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}



hr {

	background: #cde3f1; 

	border: none; 

	clear: both; 

	color: #cde3f1; 

	height: 1px; 

	margin: 1em 0;

}



h1 img, h2 img, h3 img,

h4 img, h5 img, h6 img {

	margin: 0;

}



p { 

	margin: 0 0 .725em;
	line-height: 20px;

}

.pheight { 

	line-height: 20px;

}

p img.left, img.left {

	float: left;

	margin: .725em .725em .725em 0;

	padding: 0;

}



p img.right, img.right {

	float: right;

	margin: .725em 0 .725em .725em;

}



blockquote {

	margin: 1.5em;

	color: #666;

	font-style: italic;

}



strong {

	font-weight: bold;

}



em, dfn {

	font-style: italic;

}



dfn {

	font-weight: bold;

}



sup, sub {

	line-height: 0;

}



abbr,

acronym {

	border-bottom: 1px dotted #666;

}



address {

	margin: 0 0 1.5em;

	font-style: italic;

}



del {

	color:#666;

}



pre { 

	margin: 1.5em 0; 

	white-space: normal; 

	border: 1px solid #e5e5e5; 

	background: #f4f4f4; 

	padding: 1em;

}



pre,code,tt {

	font: 1em 'andale mono', 'lucida console', monospace;

	line-height: 1.5;

}



#content ul,

#content ol {

	overflow: hidden;

}



li ul,

li ol {

	margin:0 1.5em;

}



ul, ol {

	margin: 0 1.5em 1.5em 1.5em;

}



ul {

	list-style-type: disc;

}



ol {

	list-style-type: decimal;

}



dl {

	margin: 0 0 1.5em 0;

}



dl dt {

	font-weight: bold;

}



dd {

	padding: 0 0 .5em 1.5em;

	margin-bottom: .5em;

	border-bottom: 1px solid #cde3f1;

}



caption {

	background: #eee;

}



input {

	outline: none;

}



/* Styled looking type */

.alt {

  color: #666;

  font-family: "Warnock Pro","Goudy Old Style","Palatino","Book Antiqua", Georgia, serif;

  font-style: italic;

  font-weight: normal;

}



/* Surround uppercase words and abbreviations with this class.

   Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */

.caps {

  font-variant: small-caps;

  letter-spacing: 1px;

  text-transform: lowercase;

  font-size:1.2em;

  line-height:1%;

  font-weight:bold;

  padding:0 2px;

}

.node p {
	text-align: justify;
}



/* ------------------------------- */

/* ---------- TOP PANEL ---------- */



#TopPanel {

	background: #27333A;

	color: #CCC;

	border-top: 6px #27333A solid;

}



#TopPanelWidth {

	width: 950px;

	margin: 0 auto;

	padding: 24px 0 30px 0;

	overflow: hidden!important;

	display: none;

}



#TopPanelWidthPos {

	position: relative;

}



#TopPanelInLeft {

	float: left;

	width: 48%;

	padding-right: 2%;

	margin-right: 1%;

	background: url(images/vert-divider.gif) repeat-y right;

}



#TopPanelInRight {

	float: right;

	width: 48%;

}



#TopPanelClose {

	position: absolute;

	width: 11px;

	height: 11px;

	left: 937px;

	top: 0;

	background: url(images/close.gif) no-repeat;

	cursor: pointer;

}



#TopPanelClose:hover {

	background-position: 0 -11px;

}



#TopPanel #user-login .form-submit {

	margin-bottom: 12px;

}



#TopPanel a:hover,

#TopPanel a.active {

	color: #FFF;

	text-decoration: none;

}



#Wrapper {

	width: 950px;

	margin: 0 auto;

}



/* ----------------------------- */

/* ---------- TOP NAV ---------- */

#TopNav {

	height: 30px;

	overflow: hidden;

	position: relative;

	padding-left: 100px;

}



#LangSwitcher {

	float: left;

	padding-top: 8px;

	padding-left: 5px;

	position: absolute;

	left: 0;

}



#LangSwitcher ul,

#LangSwitcher li {

	margin: 0;

	padding: 0 10px 0 0;

}



#LangSwitcher a {

	display: block;

	float: left;

	height: 14px;

	padding-left: 25px;

	line-height: 1.2em;

	color: #6D6D6D;

}



#LangSwitcher a.lang-Pl {

	background: url(images/flag-pl.gif) no-repeat;

}



#LangSwitcher a.lang-En {

	background: url(images/flag-en.gif) no-repeat;

}



#LangSwitcher a:hover {

	background-position: 0 -14px;

	text-decoration: none;

}



#LangSwitcher a.lang-Pl:hover {

	color: #BF0000;

}



#LangSwitcher a.lang-En:hover {

	color: #000080;

}



#TopRight {

	float: right;

}



#TopMenu {

	float: right;

	padding-top: 6px;

}



#TopMenu ul li {

	padding: 0 10px;

}



#TopMenu a {

	color: #666;

	text-transform: lowercase;

}



#TopMenu a:hover,

#TopMenu a.active {

	color: #000;

}



#UserPanelTab {

	background: url(images/panel-tab.gif) no-repeat;

	height: 30px;

	width: 160px;

	float: right;

	padding: 0 20px;

	text-align: center;

}



#UserPanelTab a,

#UserPanelTab a:hover {

	color: #CCC;

	text-decoration: none;

	display: block;

	height: 24px;

	padding-top: 6px;

}



/* ---------------------------- */

/* ---------- HEADER ---------- */

/* --- (logo, slogan, main menu) --- */

#Header {

	height: 126px;

}



#Logo {

	padding-top: 50px;

	position: relative;

	float: left;

	height: 70px;

	width: 350px;

}



#Logo h1 {

	margin: 0;

}



#Slogan {

	font-size: 1.3em;

	font-style: italic;

	line-height: 1em;

	padding-left: 6px;

	height: 20px;

}



/* main menu items */

#MainMenu {

	float: right;

	height: 120px;

	position: relative;

	width: 580px;

	font-size: 1.3em;

	z-index: 9999;

}



#MainMenu ul.sf-horizontal {

	position: absolute;

	right: 0;

	bottom: 0;

}



#MainMenu ul,

#MainMenu li {

	border: 0;

	background: transparent;

	padding: 0;

	margin: 0;

}



#MainMenu li {

	padding: 0 3px;

	float: left;

}



#MainMenu a {

	display: block;

	border: 0;

	height: 32px;

	padding: 0;

	margin: 0;

	background: 0;

	color: #05a8e5;

}



#MainMenu a.active {

	color: #27333A;

}



#MainMenu a:hover,

#MainMenu a.active:hover,

#MainMenu li.sfHover a,

#MainMenu li.sfHover a.active {

	color: #fff;

	text-decoration: none;

}



#MainMenu a span {

	cursor: pointer;

}



#MainMenu a span.bgleft {

	display: block;

	padding: 0 0 0 8px;

	height: 32px;

}



#MainMenu a span.bgright {

	display: block;

	padding: 8px 12px 0 4px;

	height: 24px;

}



#MainMenu a.active span.bgleft {

	background: url(images/menu-bg.gif) no-repeat left -64px;

}



#MainMenu a.active span.bgright {

	background: url(images/menu-bg.gif) no-repeat right -64px;

}



#MainMenu a:hover span.bgleft,

#MainMenu a.active:hover span.bgleft {

	background: url(images/menu-bg.gif) no-repeat left 0px;

}



#MainMenu a:hover span.bgright,

#MainMenu a.active:hover span.bgright {

	background: url(images/menu-bg.gif) no-repeat right 0px;

}



#MainMenu li.menuparent a:hover span.bgleft,

#MainMenu li.menuparent a.active:hover span.bgleft {

	background: url(images/menu-bg.gif) no-repeat left -32px;

}



#MainMenu li.menuparent a:hover span.bgright,

#MainMenu li.menuparent a.active:hover span.bgright {

	background: url(images/menu-bg.gif) no-repeat right -32px;

}



#MainMenu li.sfHover a span.bgleft, 

#MainMenu li.sfHover a.active span.bgleft {

	background: url(images/menu-bg.gif) no-repeat left -32px;

}



#MainMenu li.sfHover a span.bgright, 

#MainMenu li.sfHover a.active span.bgright {

	background: url(images/menu-bg.gif) no-repeat right -32px;

}



/* second level menu items */

#Wrapper #MainMenu ul ul {

	background: url(images/menu-dropdown-bg.png) no-repeat center bottom;

	border-top: 6px solid #27333a;

	padding: 0 0 18px 0;

	margin: 0;

	top: 32px;

	left: 3px;

	width: 190px;

	display: none;

	z-index: 10000;

}



#Wrapper #MainMenu ul ul li {

	margin: 0;

	padding: 0;

}



#Wrapper #MainMenu ul ul a {

	color: #ccc;

	font-size: 0.75em;

	background: 0;

	padding: 10px 12px;

	margin: 0;

	height: auto;

	width: 166px;

	white-space: nowrap;

	overflow: hidden;

}



#Wrapper #MainMenu ul ul a:hover,

#Wrapper #MainMenu ul ul a.active {

	color: #27333a;

	background: #cde3f1;

}



#Wrapper #MainMenu ul ul span {

	padding: 0;

	height: auto;

	background: transparent;

}



/* ------------------------------ */

/* ---------- FEATURED ---------- */

#Featured {

	border: 10px solid #cde3f1;

	height: 180px;

	overflow: hidden;

	padding: 0;

}



#Featured * {

	margin: 0;

	padding: 0;

	height: 100%;

	width: 100%;

	overflow: hidden;

	z-index: 1;

}



/* ------------------------------- */

/* ---------- SUBHEADER ---------- */

#Subheader {

	height: 30px;

	background: red;

	background: transparent url(images/hoz-divider.png) no-repeat center bottom;

	padding: 1em 10px 1.5em;

	clear: both;

}



#Mission {

	float: left;

	color: #999;

	font-size: 1.4em;

	font-style: italic;

}



#Breadcrumb {

	float: left;

	padding: 4px 0;

	width: 600px;

}



#SearchBox {

	float: right;

	padding-top: 1px;

}



#SearchBox .form-item {

	margin: 0;

}



#SearchBox input.form-text {

	height: 17px;

	width: 179px;

	background: transparent url(images/search.gif) no-repeat;

	border: none;

	padding: 3px 7px;

	color: #a6d0e7;



}

#SearchBox input.form-submit {

	text-indent: -9999em;

}



/* ------------------------------- */

/* ---------- MAIN PART ---------- */

#Mainpart {

	width: 950px;

	min-height: 300px;

}



.WithSidebar #Mainpart {

	background: transparent url(images/2cols-bg.png) repeat-y right top;

}



#Content {

	padding-bottom: 30px;

}



/* -- some content styles -- */

.links .first,

.terms {

	margin-left: 10px;

	padding-left: 0;

}



#Content li.arrow {

	background: url(images/menu-leaf.gif) no-repeat 0 4px;

	list-style: none;

	margin: 0;

	padding-left: 1.5em;

}



.node .submitted {

	border: 0;

	border-bottom: 0;

	font-size: 0.8em;

	line-height: 1em;

}



.node-on-list {

	border-bottom: 1px solid #cde3f1;

	padding-bottom: 1em;

	padding-top: 0.5em;

}



.terms,

.terms a {

	color: #666;

	font-size: 0.9em;

	clear: both;

}



.field-field-screenshot {

	float: left;

	padding: 0 10px 5px 0;

}



#Sidebar {

	float: right;

	width: 260px;

	padding: 20px 20px 30px 20px;

	position: relative;

	top: -5px;

	background: transparent url(images/2cols-bg.png) repeat-y right top;

	z-index: 0!important;

}



#Sidebar .block {

	border-bottom: 1px dotted #CCC;

	padding: 1em 0;

}



.WithSidebar #Content {

	width: 630px;

	float: left;

	padding: 0 20px 30px 0;

}



#Sidebar #block-views-partners-block_1 img,

#Sidebar #block-views-partnerzy-block_1 img {

	display: block;

	margin: 10px auto;

}



#Content .view-partnerzy img,

#Content .view-partnerzy img {

	display: block;

	margin: 10px auto;

}



.NoSidebar #Content {

	

}



/* ------------------------------------ */

/* ---------- MAINPART FRONT ---------- */

.front #Mainpart {

	background: 0;

	padding: 30px 0 30px 0;

}



#Promo {

	background: url(images/vert-divider-white.gif) repeat-y 306px;

}



#PromoInner {

	background: url(images/vert-divider-white.gif) repeat-y 636px;

}



#PromoLeft {

	float: left;

	padding: 0 20px 0 0;

	width: 290px;

	min-height: 100px;

}



#PromoMiddle {

	float: left;

	padding: 0 20px 0 20px;

	width: 290px;

}



#PromoRight {

	float: right;

	padding: 0 0 0 20px;

	width: 290px;

}



#Promo h2 {

	color: #05A8E5;

	margin-bottom: 0;

}



.promo-icon {

	padding-left: 56px;

	background: url(images/powerful.png) no-repeat 0 5px;

}



#Promo .subtitle {

	color: #036;

	font-size: 1.1em;

	font-weight: bold;

	padding-bottom: 10px;

	margin-top: -5px

}



#FrontMain {

	margin-top: 30px;

	min-height: 50px;

	clear: both;

}



#FrontLeft {

	float: left;

	width: 48%;

}



#FrontRight {

	float: right;

	width: 48%;

}



#FrontMain h2 {

	color: #137aa3;

}



#FrontMain .view-news-en li,

#FrontMain .view-news-pl li,

#FrontMain .view-news-en ul,

#FrontMain .view-news-pl ul {

	list-style: none;

	padding: 0;

	margin: 0;

	color: #888;

}



#FrontMain .view-news-en li,

#FrontMain .view-news-pl li {

	border: 1px #cde3f1 solid;

	padding: 10px;

	margin-bottom: 10px;

}



#FrontMain .view-news-en .views-field-title a,

#FrontMain .view-news-pl .views-field-title a {

	font-size: 1.2em;

}



#FrontMain .view-news-en .views-field-tid a,

#FrontMain .view-news-pl .views-field-tid a {

	color: #888;

}



#FrontMain .view-news-en .views-field-tid a:hover,

#FrontMain .view-news-pl .views-field-tid a:hover {

	color: #000;

}



#FrontMain .view-success-stories ul,

#FrontMain .view-success-stories-pl ul {

	margin: 0;

	padding: 0;

}



#FrontMain .view-success-stories li,

#FrontMain .view-success-stories-pl li {

	list-style: none;

	padding: 0;

	padding-right: 10px;

	margin: 0;

	float: left;

	width: 102px;

}



#FrontMain .view-success-stories .views-field-field-screenshot-fid img,

#FrontMain .view-success-stories-pl .views-field-field-screenshot-fid img {

	border: 1px #cde3f1 solid;

}



#FrontMain .view-success-stories .views-field-title,

#FrontMain .view-success-stories-pl .views-field-title {

	text-align: center;

}





/* ---------------------------- */

/* ---------- FOOTER ---------- */

#Footer {

	background: #27333a url(images/footer-bg.gif) repeat-x;

	padding: 2em 0;

	overflow: hidden;

	color: #999;

	margin-top: 50px;
}



#FooterInner {

	width: 950px;

	margin: 0 auto;

	background: url(images/vert-divider.gif) repeat-y 305px;

}



#FooterInner2 {

	/* needed for second separation line */

	background: url(images/vert-divider.gif) repeat-y 635px;

}



#FooterLeft {

	float: left;

	padding: 0 20px 0 0;

	width: 290px;

	min-height: 50px;

}



#FooterMiddle {

	float: left;

	padding: 0 20px 0 20px;

	width: 290px;

}



#FooterRight {

	float: right;

	padding: 0 0 0 20px;

	width: 290px;

	text-align: right;

}



#Footer h2 {

	color: #fff;

	font-size: 1.4em;

	font-weight: bold;

}



#Footer p {

	padding: 0 1em;

}



#Footer .leftpane {

	float: left;

	margin-right: 10px;

	padding-left: 10px;

	width: 130px;

}

#Footer .rightpane {

	float: left;

	padding-left: 10px;

	width: 130px;

}



#Footer  .form-radios {

	display: none;

}



#Footer .block-simplenews .form-text {

	float: left;

	margin-right: 10px;

}



#Footer .block-simplenews .form-submit {

	margin-top: 0;

}



#Footer .block-simplenews #edit-mail-1-wrapper {

	margin-bottom: 0;

}



#Footer ul li {

	list-style: none;

}



#Footer a:hover,

#Footer a.active {

	color: #FFF;

	text-decoration: none;

}



/* ---------- BLOCKS ---------- */

.block h1,

.block h2,

.block h3,

.block h4,

.block h5,

.block h6 {

	color: #999;

}

.block h2 {

	font-size: 1.4em;

}



/* ---------------------------- */

/* ---------- TWEAKS ---------- */

#skypedetectionswf {

	position: absolute;

	top: 0;

	left: 0;

	visibility: hidden;

}



/* ---------------------------------- */

/* ---------- DRUPAL STUFF ---------- */

.description {

	color: #666;

}



.form-required {

	color: #CC0000;

}



.block-region {

	background: transparent;

	border: 2px dashed #888;

	padding: 0.5em 1em;

	clear: both;

	margin: 0;

	text-align: center;

}



#Footer .block-region {

	border: 2px dashed #FFF;

	margin-top: 10px;

}



#MainMenu .block-region {

	display: none;

}



/* tabs local task */

ul.primary {

	border-bottom: 1px solid #cde3f1;

	padding: 0 0 6px 0;

	margin: 0;

}

ul.primary li {

	display: inline;

	list-style: none;

}

ul.primary li a {

	background: none;

	border: none;

	color: #666;

	padding: 2px .5em;

	margin-right: 0.5em;

	text-decoration: none;

}

ul.primary li.active a,

ul.primary li a:hover {

	background: none;

	border: none;

	border-bottom: 4px solid #cde3f1;

	color: #333;

}

ul.primary + div,

ul.primary + form {

	margin-top: 1em;

}



ul.secondary {

	border-bottom: 1px solid #cde3f1;

	margin: 0;

	padding: 4px 0 4px 1em;

}

ul.secondary:before {

	content: '\0BB';

}

ul.secondary li {

	border: none;

	display: inline;

	list-style: none;

	padding: 4px 0;

}

ul.secondary li a {

	background: none;

	border: none;

	color: #666;

	padding: 2px .5em;

	margin-right: 0.5em;

}

ul.secondary li.active a,

ul.secondary li a:hover {

	background: none;

	border: none;

	border-bottom: 4px solid #cde3f1;

	color: #333;

}

ul.secondary + div,

ul.secondary + form {

	margin-top: 1em;

}



/* messages */

/* ignore if image_assist messages (else need a patch as image_assist.css always loaded last) */

div.status,

div.warning,

div.error {

	border: none;

	padding: 15px 0 15px 72px;

	margin-bottom: 1em;

}

div.status {

	border: 2px solid #469f45;

	color: #219021;

	background: #e4ffcf url(images/status.png) no-repeat 20px center;

}

div.warning {

	border: 2px solid #e5e500;

	color: #9c8b00;

	background: #ffffb9 url(images/warning.png) no-repeat 20px center;

}

div.error {

	border: 2px solid #ffa4a4;

	color: #f70034;

	background: #ffe6e6 url(images/error.png) no-repeat 20px center;

}



/* fix for img_assist */

.img_assist .status,

.img_assist .warning,

.img_assist .error {

	background-image: none;

}



/* pager */

.item-list .pager {

	margin: 2em 0 1em 0;

}



.item-list .pager li {

	background: #f4f4f4; 

	border: 1px solid #f4f4f4; 

	border: 1px solid #e5e5e5; 

	padding: .25em .75em; 

	margin: 0 .25em .25em 0;

}



.item-list .pager li:hover {

	background: #fff;

	border: 1px solid #999;

}



.pager li.pager-current {

	background: #fff;

	border: 1px solid #999;

}



.pager li.pager-current:hover {

	background: #fff;

	border: 1px solid #999;

}



/* preview */

.preview {

	background: #e4ffcf;

	padding: 1em;

}



.preview h3.preview-title {

	background: #333;

	color: #fff;

	float: right;

	font-size: 1.2em;

	padding: .25em .5em;

	margin: 0;

}



.preview .node {

	background: #eee;

	border: 1px dotted #469f45; 

	padding: 1em; 

	margin-bottom: 1em; 

}



.preview .node.teaser {

	margin: 0 0 1em 0;

}



/* form */

fieldset {

	margin-bottom: 1em;

	padding: 1em;

	border: 1px dashed #999;

}



fieldset legend {

	display: block;

}



textarea,

input.form-text {

	/*border: 1px solid #dbdbdb;

	border-top-color: #bebebe;

	border-left-color: #b1b1b1;*/

	padding: 2px;

	font: normal 1.2em Arial, Helvetica, sans-serif;

	color: #454545;

}



/* autocomplete adjustment due to new padding */

html.js input.form-autocomplete {

	background-position: 100% 4px;

}

html.js input.throbbing {

	background-position: 100% -16px;

}



/*--- node ---*/

.node h2 {

  margin: 0;

}

.node img:hover {

  border-color: #e7e7e7;

}

.node .submitted {

  margin-bottom: .725em;

  padding-bottom: .725em;

}

.teaser {

  margin: 1em 0;

  padding: 1em;

}

.node-even {

  background: #fff9ef;

  border-top: 1px solid #fff3df;

  border-bottom: 1px solid #fff3df;

}

.taxonomy {

  background: #e3ffdf url(../icons/tag.png) no-repeat 10px center;

  margin: .725em 0;

  padding: .5em .5em .5em 30px;

}

.taxonomy .vocab-name {

  float: left;

  width: 6em;

}

.taxonomy .vocab-list {

  display: inline;

}

.taxonomy .item-list ul {

  margin: 0;

}

.taxonomy .item-list ul li {

  display: inline;

}



/*--- comment ---*/

#comments {

  border-top: 4px solid #83a8bf;

  margin: 2em 0;

}

.comment {

  background: #fff;

  border: 1px solid #d5ffcf;

  margin: 1em 0;

  padding: 1em;

  position: relative;

}

.comment h3 {

  font-weight: normal;

  margin: 0;

}

.comment .submitted {

  border-bottom: 1px solid #cde3f1;

  margin-bottom: .725em;

  padding-bottom: .725em;

}

.comment .comment-name {

  display: inline;

}

.comment-even {

  background: #f1ffef;

}

.comment span.new {

  float: right;

  background: transparent url(../icons/new.gif) no-repeat center center;

  display: block;

  height: 12px;

  width: 30px;

  position: absolute;

  top: 1em;

  right: 1em;

  overflow: hidden;

  text-indent: -9999em;

}

#SqlDocMenu {

	/*float: right;*/

	/*padding-top: 6px;*/
	width: 580px;
	height: 36px;
	font-size: 1.3em;
	position: relative;
	z-index: 9999;
	display: block;
	margin-top: 30px;

	/*
	list-style-type: none;
	list-style-position: none;
	list-style-image: none;
	*/
}

#SqlDocMenu ul
{
	left: 0px;
	bottom: 0px;
	position: absolute;
	list-style-type: none;
	list-style-position: none;
	list-style-image: none;
	margin-left: 0px;
}

#SqlDocMenu ul li {

	padding: 0 10px;

}

#SqlDocMenu li
{
	padding-top: 0px;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 0px;
	float: left;
}

#SqlDocMenu a {
	/*
	color: #666;

	text-transform: lowercase;
	*/
	height: 32px;
	color: #05a8e5;
	padding: 0px;
	margin: 0px;
	border: none;
	display: block;

}


#SqlDocMenu a:hover,

#SqlDocMenu a.active {

	/*color: #000;*/
	color: #27333a;
}

#SqlDocWrapper
{
	width: 100%;
	margin-top: 80px;
}

#SqlDocMainContent h3 
{
	margin-top: 30px;
	font-size: 14px;
}

#SqlDocMainContent
{
	width: 640px;
	float: left;
	background-color: #e9eff5;
    border-radius: 6px 6px 6px 6px;
	padding: 15px;
}

#SqlDocSidebar
{
	width: 220px;
	float: right;
	background-color: #e9eff5;
    border-radius: 6px 6px 6px 6px;
	padding: 15px;
}

.price
{
	color: #CF2209; 
	font-size: 14px
}

#SqlDocSidebar h3
{
	font-size: 14px;
}

/* Learn More */

#SqlDocWrapperMore
{
	width: 100%;
	margin-top: 220px;
}

/* Features */

#featureWrapper
{
	width: 100%;
	padding: 0 15px 15px 15px;
}

#featureWrapper h3
{
	/*margin-top: 15px;*/
	font-size: 14px;
}

/* Other */

#SqlDocImagesLayer
{
	width: 100%;
	display:block;
	margin-top: 10px;
	margin-bottom: 10px;
}

#DbaImage
{
	width: 49%;
	float: left;
}

#DevImage
{
	width: 49%;
	float: right;
}

/*
 * jQuery Nivo Slider v2.7.1
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-default #slider {
/*    margin:100px auto 0 auto;*/
    width:960px; /* Make sure your images are the same size */
    height:360px; /* Make sure your images are the same size */
}

/*
Skin Name: Nivo Slider Default Theme
Skin URI: http://nivo.dev7studios.com
Skin Type: flexible
Description: The default skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: http://dev7studios.com
*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url("images/nivo/loading.gif") no-repeat 50% 50%;
    margin-bottom:50px;

}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-42px;
    margin-left:-40px; /* Tweak this to center bullets */
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url("images/nivo/bullets.png") no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url("images/nivo/arrows.png") no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
.theme-default a.nivo-prevNav {
	left:15px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}